home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / ^Php / php album / VERSION3 / ALBUM.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-02-18  |  355 b   |  29 lines

  1. BODY {
  2.     background-color : #003333;
  3.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  4.     color : White;
  5.     font : 12px;
  6. }
  7. H1 {
  8.     font-size : 16px;
  9.     font-weight : bold;
  10. }
  11. H3 {
  12.     font-size : 14px;
  13.     font-weight : bold;
  14. }
  15. TD {
  16.     font : bold 9px;
  17. }
  18. A:LINK {
  19.     color : #63FFFF;
  20. }
  21.  
  22. A:VISITED {
  23.     color : #FFFFCE;
  24. }
  25. A:ACTIVE {
  26.     
  27. }
  28.  
  29.